home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 151-175 / scopedisk152 / ansi / ansireader2.doc < prev    next >
Text File  |  1995-03-19  |  4KB  |  97 lines

  1. *******************************************************************************
  2.              IBM ANSI Offline Text File Reader for the AMIGA
  3. *******************************************************************************
  4.  
  5.                      Copyright 1990, Glenn S. Kauffman
  6.                            ALL RIGHTS RESERVED
  7.  
  8. Distribution:
  9.     This program is available to the public as SHAREWARE, therefore, its
  10.     distribution is encouraged, provided no profit is made, excluding
  11.     nomial costs for copying and handling.
  12.  
  13. Usage Rights:
  14.     Anyone is free to use this program for a period of time, not to exceed
  15.     30 days, for the purpose of evaluation. After such a time, usage rights
  16.     are revoked pending registration and a small fee of ten dollars to the
  17.     author. This cost is intentionally low and includes rights for all future
  18.     updates as they become available.
  19.  
  20. Comments:
  21.     Comments, complaints, and praise may be sent to the author in one of three
  22.     ways. 
  23.               EMAIL to:   CompuServe       72030,2236
  24.                           RelayNet(Amiga Conf.)   
  25.                           Berks Amiga   (215)372-4553
  26.     For registration:
  27.  
  28.            U.S. MAIL to   Glenn S. Kauffman
  29.                           4703 Tenth Ave.
  30.                           Temple, PA 19560
  31.  
  32. ********************************************************************************
  33.  
  34. Revision History:
  35.  
  36.    First release version 0.1 on August 31, 1990.
  37.  
  38.    Second release version 0.2 on September 20, 1990.
  39.        * changed gadget title and gadget bar colors. 
  40.        * removed console and added 16 color capasity.
  41.  
  42. Future Enhancements: (pending user support through registration)
  43.   
  44.        * user selectable fonts.
  45.        * flashing text.
  46.        * scroll gadget with user selectable buffer size.
  47.        * improved file requester.
  48.    
  49.       ALL SUGGESTED ENHANCEMENTS WILL BE CONSIDERED FOR FUTURE VERISIONS
  50.  
  51.  
  52. ******************************************************************************
  53.  
  54.  
  55. Many have found the distinct difference between IBM ANSI and AMIGA ANSI the
  56. hard way. Most BBS's support ANSI in one form or another, unfortunatly for
  57. Amiga users this form is usually the IBM standard. Captured text must be
  58. filtered or stripped of the ANSI codes received from these boards, before it
  59. may be read offline on the Amiga. IBM ANSI Reader displays IBM ANSI text and
  60. graphic animations they way they were meant to be viewed, in full color and
  61. motion. Of coarse, it is equally ept at displaying normal Amiga text and
  62. ANSI codes. Now, you don't have to strip the art. Display it !
  63.  
  64. IBM ANSI Reader may be invoked from the workbench by double clicking it's
  65. icon. If used from the cli, shell, or a script, ANSI Reader will accept one
  66. filename as an arguement. Upon loading, click the left mouse button in the
  67. title window, if provided with arguments, ANSI Reader will start displaying
  68. your text. If called from workbench, click on the title window, then select
  69. 'Load'. A standard file requester will prompt for a file and the display will
  70. begin.
  71.  
  72. Gadget Bar:
  73.  
  74.     Load - calls a file requester and displays the chosen file.
  75.  
  76.     Again - restarts the current file from the beginning.
  77.  
  78.     Pause - halts the current output temporarily, until Pause is selected
  79.             again.
  80.  
  81.     Stop - aborts current file display. May be started with 'Again'.
  82.  
  83.     Quit - exits ANSI Reader.
  84.  
  85. Mechanics:
  86.  
  87.     File size limitations are a function of disk size. ANSI Reader uses a
  88.     256 byte buffer to input files. Displays are translated and generated
  89.     dynamically, from this buffer, in effort to reduce the memory overhead
  90.     of this program. It is possable to view files of tremendous length.
  91.     Future revision may include an index parameter into larger files. 
  92.  
  93.  
  94. If the SHAREWARE effect of distributing this program proves successfull,
  95. I may consider programming an IBM ANSI Writer for the AMIGA. 
  96.                                                 Glenn S. Kauffman
  97.